perm filename BUG[E,ALS] blob
sn#252318 filedate 1976-12-13 generic text, type C, neo UTF8
COMMENT ā VALID 00002 PAGES
C REC PAGE DESCRIPTION
C00001 00001
C00002 00002 Write a program which reads in a string (less than 80 characters long)
C00003 ENDMK
Cā;
Write a program which reads in a string (less than 80 characters long)
and prints the substring of this string that is between the first "<"
and the first ">". For example, if the input is "FOR <ITERATION VARIABLE>:=
1 UNTIL 5 DO", the program should print out: INTERATION VARIABLE
The program has a number of possible errors that it may consider
checking for.